home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / bbs_syst / jumble55.zip / Sysop.doc < prev    next >
Text File  |  1996-10-06  |  12KB  |  317 lines

  1.  
  2.  
  3.                                  Jumbles(tm)
  4.                                  Version 5.5
  5.  
  6.                              Copyright (c)1996
  7.                              By Steven W. Lucey
  8.                             All rights reserved.
  9.  
  10.                             Support boards are:
  11.  
  12.                             The Power Board BBS 
  13.                             - Steven W. Lucey - 
  14.                         - Main Number 502.447.6649-
  15.                          
  16.  
  17.  
  18.                                 C O N T E N T S
  19.                                =================
  20.  
  21.         Warranty ............................................ 1
  22.         Copyright notice .................................... 2
  23.         Distribution ........................................ 2
  24.         Description ......................................... 2
  25.         Setup................................................ 3
  26.     Batch file example................................... 4
  27.     Config file example.................................. 4
  28.     Game play options.................................... 4
  29.     Miscellaneous........................................ 5
  30.     Fossil Drivers....................................... 6
  31.     Environment variables................................ 6
  32.     486DX CPU............................................ 7
  33.     Contacting the Author.................................8
  34.         Sources for the latest releases.......................9
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                                    Warranty
  41.  
  42.  
  43.     This product is provided "as is" without warranty of any kind. The entire
  44.     risk as to the results and  performance of the program is assumed by you.
  45.     Futhermore, the  author does  not warrant, guarantee, or  make any  other
  46.     representations regarding  the use of,  or the  results of the use of the
  47.     program,  and you  rely on the  program and  results  solely at  your own
  48.     risk.  The author  cannot and  will not accept  responsibility for system
  49.     damage, loss of profit, or any other special, consequential or incidental 
  50.     damages  resulting  from  the  use  or  inability  to  use this  product.
  51.  
  52.                                    Copyright
  53.  
  54.     Jumbles (Copyright (c) 1996 by Steven W. Lucey) is being
  55.     distributed as Shareware. Under this concept you may use the  SHAREWARE  
  56.     (unregistered) version for a reasonable period of time <30 days> for evaluation 
  57.     after which you should either register your copy or discontinue usage.
  58.  
  59.  
  60. Shareware restrictions:
  61. -----------------------
  62. The shareware evaluation version of Jumbles does include restrictions. However,
  63. most of these restrictions are placed on the 'extras' of the game and not
  64. the game itself. The unregistered version (shareware) will display a brief 
  65. message upon start up defining what you would get if the game where 
  66. registered. Also, upon exit, a rather modest & brief screen is displayed
  67. regarding other door games from the author (cheap advertisement? <g>).
  68. Extra frills NOT enabled in the shareware version include:
  69.     1) No 'Make-Up Days' 
  70.     2) Players cannot add their own jumbles to the database
  71.     3) No All-Time High bulletin
  72.     4) Jumbles repeat every 10 days (irregardless of setting in config)
  73.     5) Jumbles editor program will not work
  74.  
  75.  
  76.  
  77.  
  78.  
  79.                                  Distribution
  80.  
  81.     You  are encouraged to distribute Jumbles provided that all files
  82.     contained in the archive are distributed in their original and
  83.     unmodified state.
  84.  
  85.                                   Description
  86.     
  87.     Jumbles 5.0 is the latest ANSI online BBS Door game from shareware author 
  88.     Steven Lucey & The Power Board BBS. Jumbles presents your users with 4 
  89.     scrambled words for them to unscramble. Scores are updated immediately and 
  90.     displayed for users to see as they make their plays. If users correctly 
  91.     unscramble all 4 words, they are given a chance at the  'Bonus Round'
  92.     and a shot at the big point values! All jumbles are automatically changed on 
  93.     the first call each day. Player scores are rolled-over to the following days 
  94.     and an ANSI bulletin will track your top-ten winners and All-Time High Scorer. 
  95.     With registration, the games "Make Up Days" option will become active AND the
  96.     game will have access to ALL jumbles & bonus'.    Also, activated upon registration, 
  97.     is the Jumbles editor program. With the editor program, SysOp's can easily add/edit 
  98.     jumbles of their own. 
  99.     
  100.  
  101.  
  102.     Jumbles was compiled with QUICKBASIC (tm) 4.5 and DOORFRAME 4.9 (tm).
  103.       
  104.                   ==========================================
  105.  
  106.  
  107.  
  108. SETUP:
  109. ======
  110.  
  111. 1) Unzip Jumbles into a directory from which you plan to run the door
  112.     from. You may name this directory anything you wish. It is recommended
  113.     you dedicate a directory solely for Jumbles alone.
  114.  
  115.  
  116. 2) Using a text editor, create a config file with the following info:
  117.     Line 1: Path & Door drop file   ex: c:\bbs\door.sys
  118.     Line 2: SysOp First Name        ex: Steven
  119.     Line 3: SysOp Last Name         ex: Lucey  (or blank if one-word handle)
  120.     Line 4: Registration #          ex: 00000 if unregistered  
  121.     Line 5: Y            ex: Can players add their own jumbles? ('Y' or 'N')
  122.     Line 6: 3            ex: How many days can a player make-up per day
  123.     Line 7: 500            ex: Total number of 'Daily Jumbles' in database
  124.     Line 8: 68            ex: Total number of 'Bonus Jumbles' in database
  125.     
  126.     (a sample config file is included should you want to simply edit this file)
  127.  
  128.  
  129. 3) Using a text editor, create a batch file with the following info:
  130.     Line 1: cd\PATH_TO_DOOR         ex: c:\doors\jumbles 
  131.     Line 2: jumble ????.cfg         ex: jumble jumbles.cfg (name config file anything)
  132.     Line 3: cd\BBS                ex: cd\pcb
  133.     Line 4: board                   :some BBS's require a command to re-start the BBS
  134.  
  135.    (a sample batch file is included should you want to simply edit this file)
  136.  
  137.  
  138.  
  139.     BATCH FILE EXAMPLE
  140.     ==================
  141.  
  142. Example batch file used to call Jumbles using DOOR.SYS:
  143. ---------------------------------------------------------
  144. @echo off
  145. cd\doors\jumbles
  146. jumble jumbles.cfg
  147. cd\pcb\node1
  148. board
  149.  
  150.     CONFIGURATION FILE EXAMPLE
  151.     ==========================
  152. Example config file:
  153. --------------------
  154. c:\PCB\NODE1\DOOR.SYS
  155. The Power Board BBS
  156. Steven
  157. Lucey  <---or blank if one-word handle)
  158. 00000
  159. 3      <---NEW! How many days can be 'made-up' each day
  160. 500    <---NEW! Total number of daily jumbles do you have
  161. 68     <---NEW! Total number of bonus jumbles do you have
  162.  
  163.  
  164.     GAME PLAY OPTIONS
  165.     =================
  166.  
  167. Key Options (while in the game):
  168. --------------------------------
  169. <1-4> = To choose a jumble to solve
  170.  
  171. <A> = View All-Time High 
  172.  
  173. <V> = View the scores bulletin
  174.  
  175. <I> = Players instruction file
  176.  
  177. <R> = Redraw the screen
  178.  
  179. <Q> = Quit to the BBS
  180.  
  181. Players may choose to solve any of the 4 jumbles of the day. They may 
  182. quit at any time before solving all 4 by selecting the 'Q' key. All
  183. scores are updated immediately; so a player will know before quitting 
  184. just where they are in the point standings! Upon exitting, players will
  185. be prompted to view the All-Time High & Scores bulletin, and whether
  186. they would like to add to the jumbles database. 
  187. After a player correctly answers the fourth and last jumble they are 
  188. automatically sent to the 'Bonus Round' whereby they are then given a 
  189. one-line clue and a phrase with blanks in place of missing word(s). 
  190. Another line will display some jumbled letters. Because this level is 
  191. much more difficult (players must unjumble two or more words to complete 
  192. the phrase) than the previous 4 jumbles, players are given the opportunity 
  193. to quit before attempting to solve the 'Bonus Round'. If a player is successful 
  194. in solving the jumble, he/she is rewarded with big bonus points! However, a player 
  195. who enters an incorrect answer is penalized 100 points! Unlike the first 4 
  196. jumbles, Players only get one shot at the 'Bonus Round'!
  197. Just before a player is sent back to the BBS, they are shown how many
  198. "make up days" they can make-up and are asked if they would
  199. like to make some of these days up at this time <REGISTERED VERSION ONLY!!>. If 
  200. a player chooses to make up days they are sent back into the game. Otherwise, they 
  201. begin the exit process. 
  202. Jumbles supports baud rates up to 115kb and door drop files such as DOOR.SYS,
  203. DORINFO.DEF, PCBOARD.SYS. Jumbles is fully Multi-Node/Multi-User compatible!
  204. Door.sys is MOST RECOMMENDED however.
  205.  
  206.        
  207.     
  208.  
  209.                                 MISCELLANEOUS NOTES
  210.                                 ===================
  211.  
  212. Jumbles is fully compatible with all multi-node BBSs.
  213.  
  214. Jumbles requires DOS 3.x and up since all files are opened in SHARED mode.
  215.  
  216. Jumbles is DV & Windows aware giving up time slices
  217.  
  218. The DOOR.SYS used by Jumbles is the standard 52 line GAP (tm) file.
  219.  
  220. If ANY Basic error is encountered, it will be printed to the screen and written
  221. to DFRAME.ERR. Jumbles will then exit back to the BBS cleanly.
  222.  
  223.  
  224. Fossil Driver Support
  225. ---------------------
  226. Jumbles supports the use of Fossil drivers.  To tell Jumbles to use the
  227. Fossil driver instead of the standard COM ports, just put /FD on the command
  228. line when running the door. For example:
  229.      Jumble jumbles.CFG /FD
  230. indicates that a Fossil driver is present and should be used. If no Fossil
  231. driver is detected, Jumbles will print a message to that effect and exit
  232. the door gracefully.
  233.  
  234. Environment Variables
  235. ---------------------
  236. Jumbles supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  237. COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  238. number after the configuration filename. Let's assume you want to use COM1 
  239. and IRQ5. The command line passed would be:
  240.     Jumble Jumbles.CFG /5  or
  241.     Jumble Jumbles.CFG /%IRQ%  for the environment variable.
  242. The /5 tells Jumbles to use IRQ5 rather than the standard IRQ4 that
  243. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  244.  
  245. When specifying the location of the system file on line 1 of the Jumbles.CFG
  246. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%.
  247. Some examples:
  248.  PCBoard: 
  249.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  250.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  251.  
  252. Non-PCBoard systems may use the PCB environment variables by setting them
  253. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  254.  SET PCBDRIVE=C:
  255.  SET PCBDIR=\BBSDIR
  256.  SET PCBNODE=1
  257.  
  258. 486DX CPU's
  259. -----------
  260. The math coprocessor in 486DX CPUs cannot handle floating point math which
  261. all MicroSoft Basic's use. This can show up as an ERROR 5, a keyboard 
  262. timeout, etc.
  263.  
  264. Fortunately there is an easy fix for this problem. Simply place the following
  265. line in the AUTOEXEC.BAT file:
  266.  
  267. SET NO87=ON
  268.  
  269. Contacting the Author
  270. =-=-=-=-=-=-=-=-=-=-=
  271.  
  272.     The Support BBS is:
  273.     -------------------
  274.         The Power Board BBS..........502-447-6649
  275.     
  276.     On Prodigy:
  277.     -----------
  278.         Member ID....................ZYAH67A    
  279.  
  280.     On Compuserve:
  281.     --------------
  282.         Member ID....................104542,2570
  283.  
  284.     Internet E-mail:
  285.     ----------------
  286.         Address #1......................steven_lucey@prodigy.com
  287.         Address #2......................slucey@powerbrd.win.net
  288.         Address #3......................104542.2570@compuserve.com
  289.  
  290.     Voice:
  291.     ------
  292.         .............................502-447-3474 (M-F 8-2p EST.)
  293.  
  294.  
  295. **NOTE: Registrations are taken from all of the above. Your registration number will
  296.     be available within 24 hours on the Support BBS and/or thru the Internet 
  297.     (or online service) if you so choose (please leave your Internet address or 
  298.     online service ID).
  299.     Also, you may register on Compuserve by GOing to SWREG and searching for
  300.     the program ID 12055.
  301.  
  302.     Fastest registration:
  303.     ---------------------
  304.     Additionally, SysOps wishing to register a door game (via Visa or MasterCard 
  305.     may also call the support BBS (at 502-447-6649) and sign on using the user-id 
  306.     BBS DOORS and the password REGISTER. This will by-pass ALL the log-in files and 
  307.     take you immediately to the registration screen. 
  308.  
  309.  
  310. Current Versions:
  311. =-=-=-=-=-=-=-=-=
  312.     
  313. The best source for current versions of our door games:
  314.     
  315.             The Support BBS............502-447-6649 
  316.             WWW Site...................http://www.win.net/~powerbrd
  317.